home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_event.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1022 b   |  37 lines

  1. /*****************************************************************************
  2.   FILE           : ui_event.h
  3.   SHORTNAME      : event.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 5.6.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_event.h    1.11 3/2/94
  14.   SCCS VERSION   : 1.11
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_EVENT_DEFINED_
  23. #define _UI_EVENT_DEFINED_
  24.  
  25. extern void ui_mw_eventProc (Widget, struct Ui_DisplayType *, XEvent *);
  26. extern void ui_can_MapEventProc (Widget,  struct Ui_DisplayType *, XEvent *);
  27.  
  28. extern unsigned long   *ui_col_mainCells[];
  29. extern struct PosType  ui_pixPosMouse, ui_gridPosMouse; /* current mouse 
  30.                                  position */
  31.  
  32.  
  33. #endif /* _UI_EVENT_DEFINED_ */
  34.  
  35. /* end of file */
  36. /* lines: 38 */
  37.